home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / sh1_111.zip / ARCV.SH < prev    next >
Text File  |  1987-08-31  |  197b  |  11 lines

  1. local FN
  2. shx -zb %{SH1FILES}sh1tmp
  3. while '%1' != ''
  4.   shx -dfn1 %1.arc >> %{SH1FILES}sh1tmp
  5.   shift
  6. endwhile
  7. for FN infile %{SH1FILES}sh1tmp
  8.   pkxarc -v %FN
  9. endfor
  10. del %{SH1FILES}sh1tmp
  11.